home *** CD-ROM | disk | FTP | other *** search
- -14072
- #
- #
- #
- # Up.mpl
- #
- # An echo with increasing note
- #
- # Author ID Date
- # ------------ ----------- ---------
- # Serge Sibony 100417,2633 09/14/95
- #
- #
- # This file is a mpl effect definition used by MidiLang
- # MidiLang can be found at the MidiForum, in the
- # Windows sound media library.
- #
- #
- #
- # This effect adds real echo to all notes you are playing
- # the notes added are going up and up
- #
- #
-
- Label Main
-
- v== 1 5 only 4 echos per note
- Goto end
- V+= 1 1
- Time+= 240
- Note*= 1.1
- v=v 4 1
- v/= 4 5
- v+= 4 1.2
-
- vel/=V 4
- outmidi
-
- goto main
-
- Label End
- v= 1 0
- End
-
- descript an almost real echo
- descript with decreasing volume
- descript and increasing note
-